npm install --save-dev "babel-core@^7.0.0-bridge.0"
Looks like you need
to install babel-core as the docs
suggest: https://jestjs.io/docs/en/getting-started#using-babel
yarn add --dev babel-jest babel-core@^7.0.0-bridge.0 @babel/core regenerator-runtime